@charset "utf-8";

section#mainContent {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 30px 210px;
}
/*order of rules 
width height
		margin
		border
		padding
		background
*/
/*colors #D90452 red / #592E4A very dark / #B1BF41 greeny / #A69E94 dark grey / #D9D6D2 light grey*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
 a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, footer, font, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var nav, section, time, video, {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	background: #FFF;
}

section#container {
	width: 1000px;
/*	-moz-box-shadow: 15px 25px 15px #CFD3B8;
	-webkit-box-shadow: 15px 25px 15px #CFD3B8;
	box-shadow: 15px 25px 15px #CFD3B8;*/
	text-align: left;
	font-size: .7em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
}

header#header {
	position: relative;
	height: 220px;
	top: 0px;
	left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B1BF41;
}

section#leftSide {
	width: 200px;
	float: left;
	padding-top: 30px;
}

aside#rightSide {
	width: 200px;
	float: right;
	padding-top: 30px;
}
.displayNone {
	display: none;
}

.side {
	border: 1px solid #B1BF41;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 20px #333;
	-moz-box-shadow: 5px 5px 20px #333;
	box-shadow: 5px 5px 20px #33;
	margin: 10px 20px 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: #FFF;
}
img.SocialMediaIcons {
	border-style: none;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #33;
}

.clearFloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}

img#logo {
	position: absolute;
	left: 90px;
	top: 30px;
}

img#niki {
	position: absolute;
	left: 780px;
	top: 10px;
}

h1 {
	font-size: 1.5em;
	color: #B1BF41;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
	display: inline;
}

ul li {
	padding-top: 0.5em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

hr {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
}
img.imagelink {
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
}

a:link, a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}

#mainContent h1 {
	margin-bottom: 30px;
	border-bottom: 1px solid #D90452;
	padding: 0.1em;
	color: #D90452;
	font-size: 1.8em;
	text-align: right;
	font-weight: 200;
}

#mainContent p {
	margin-bottom: 20px;
	text-align: justify;
	text-indent: 3em;
	line-height: 1.5;
}

#mainContent ul {
	margin-bottom: 20px;
	margin-left: 120px;
	line-height: 1.6em;
	font-size: .8em;
	list-style-type: disc;
	display: block;
}

#mainContent blockquote {
background-color: #EEE;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 2em;
	text-align: justify;
	margin: 10px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1BF41;
}

#mainContent blockquote.firstLetter:first-letter {
	font-size: 1.7em;
}

#mainContent span.rightaligntext {
	margin-top: 1em;
	font-style: italic;
	text-align: right;
	display: block;
}
#rightSide a {
	display: block;
}

#footer p {
	text-align: center;
}

object {
	margin-bottom: 30px;
}
